This is a *do at your own risk* procedure. I can't say for sure that this will work flawlessly, so you probably want to do this on a backup of your current db on a test install.

Your categories may be out of order after doing this and you'll also lose all of your banned users, but everything else should be ok.

Setup 6.4.4 pointing at the backup of your database (like I said, don't do this on your live site). Then run these queries:

ALTER TABLE w3t_Users ADD U_TempRead text, ADD U_Sort INT(4), ADD U_ActiveThread INT(4)

ALTER TABLE w3t_Banned ADD B_Uid INT(9), B_Reason VARCHAR(255)

Then go ahead and test the 6.4.4 install and see if things work ok.