As the database errors are in only indexes, I am surprise the compress did not fix it. What you can do is use a SQLite database management tool to rebuild the indexes. If you run the following, it should fix it:
Code:
REINDEX content_bookid_index;
REINDEX sqlite_autoindex_content_1;