@bickja
That is problem.
Try following.
Go to functions.php in theme folder.
At the end of the file right before closing tag ?> place following:
veronika_theme_install();
(so it looks: veronika_theme_install(); ?>)
open your homepage and refresh it once.
then remove this code from end of the file (again just ?> will be there)
Check database for those tables.
Check if search is working.
Problem is that there is inner join on these tables. If they do not exist, no data are returned.