I don't think this is a problem with running two queries, one after the other, if that's what you mean. Also, you don't need to use different variables, such as $query2, you can just reuse the same ones.
I think this is to do with supplying mysql_fetch_assoc() with data it doesn't recognise.
Sorry I can't say more, but I don't yet understand this error and how to fix it. However, I have a theory. I would say that the $result2 doesn't have any value, so mysql_fetch_assoc() doesn't know what to do with it. Also, try spitting out $reviewgame_title to see what's in that.
Aparently the mysql result resource error has something to do with not connecting to the database (most of the time.)