I have a problem using \balance on this document:
\documentclass[a4paper,10pt,twocolumn]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{balance}
\balance
\begin{document}
\lipsum[1-10]
\end{document}
I have no problem with book and article, but with memoir document class the first line of text is moved down, like in the the MWE:

I can't use multicols because it can not handle float on single column. I'm using pdflatex on Fedora 17. Anyone have some suggestions?