This fails (note it trying to do a subquery):
<?phpreturn db_select('block')->countQuery()->condition('theme', $theme)->execute()->fetchField();?>