3
ok, dunno if this'll work but you could change the line
reads int(100) NOT NULL default '0',
in sql/mysql.sql to
xyzreads int(100) NOT NULL default '0',
When the installer has run change the column title back to reads and the module might work ok. Mine does but it was installed on a a MySQL 4 system first.
Otherwise to do it properly go through all the code and change every reference to reads (as the column in the DB) to a different column name like weblogReads or something.
Then follow the instructions for get_class() in the thread linked above to get it working 100%