You are missing at least one of the phpMyAdmin configuration storage tables, or the configured table name does not match the actual table name.
See http://docs.phpmyadmin.net/en/latest/setup.html#phpmyadmin-configuration-storage.
A quick summary of what to do can be:
- On the shell:
locate create_tables.sql. - import
/usr/share/doc/phpmyadmin/examples/create_tables.sql.gzusing phpMyAdmin. - open
/etc/phpmyadmin/config.inc.phpand edit lines 81-92: changepma_bookmarktopma__bookmarkand so on.