the query on line 197 of webform_report.module does not need the `` around the columns field

SELECT wnid, description, `columns`, sorton, filters, options FROM {webform_report} WHERE nid = %d

Just remove those and it works great.

SELECT wnid, description, columns, sorton, filters, options FROM {webform_report} WHERE nid = %d