update.php does not create the proper tables
Fragment of a discussion from Extension talk:ArticleFeedback
I found a workaround that seems to work
cd /path/to/your/wiki/ cd extensions/ArticleFeedback/sql
mysql -Dwiki_db < ArticleFeedback.sql
Then run update.php per the installation instructions.