MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'bertrand_mybb916.mybbud_posts' doesn't exist
Query:
SELECT p.pid, p.message, p.tid, p.smilieoff, t.attachmentcount FROM mybbud_posts p LEFT JOIN mybbud_threads t ON (t.tid=p.tid) WHERE t.visible='1' AND t.closed NOT LIKE 'moved|%' AND t.firstpost=p.pid ORDER BY t.dateline DESC LIMIT 0, 10