Please make sure that you have uploaded all Beta 5 files. If you are not sure, please redownload them and upload a fresh set.
In the current version of 3.7.0B5 i can only find the folowing in admincp/index.php:
PHP Code:
// ##### Posts to Moderate
$postcount = $db->query_first("
SELECT COUNT(*) AS count
FROM " . TABLE_PREFIX . "moderation AS moderation
INNER JOIN " . TABLE_PREFIX . "post AS post ON (post.postid = moderation.primaryid)
WHERE moderation.type = 'reply'
");
which is not the same as the error you posted.